home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9320 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  987 b 

  1. Path: orion.supernet.ab.ca!usenet
  2. From: silva@supernet.ab.ca (Kevin Berger)
  3. Newsgroups: comp.lang.c++
  4. Subject: CodeGuard / Error Detection Tools
  5. Date: 28 Feb 1996 23:37:56 GMT
  6. Organization: Alberta SuperNet Inc
  7. Message-ID: <4h2p0k$6lo@orion.supernet.ab.ca>
  8. NNTP-Posting-Host: edm-p6.supernet.ab.ca
  9. X-Newsreader: WinVN 0.92.6+
  10.  
  11. We're considering some form of error detection for our Borland C++ (4.51) compiler.
  12. Basically, we use the compiler to write DLL's, so our choices appear to be CodeGuard, 
  13. BoundsChecker, and MemCheck. It's hard to find any comparisons between them, 
  14. so we'd appreciate some feedback from other users who have tried any of these, especially CodeGuard.
  15. Our criteria has been:
  16.     can it be used in a DLL?
  17.     can it locate the source line?
  18.     can it handle 16-bit code (we're not in Windows 95, yet)?
  19.     can it work with other c++ source code (we're using CodeBase from Sequiter)?
  20.     can it work with all the Borland workbench products?
  21. Any hints/suggestions will also help.
  22.